home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
comm
/
irc
/
epic4-mos.lha
/
share
/
epic
/
script
/
old-dcc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-09-19
|
215 b
|
8 lines
# Older implementations of dcc will need this script to handle the
# new DCC REJECT syntax of EPIC3pre1 and upwards
#
on ctcp_reply "% DCC REJECT % *" {
dcc close $3 $0
echo Closing DCC $3 to $0 at $0's request
}